@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin/Cabin-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine/Tangerine-Bold.ttf') format('truetype');
}

html{
    font-size: 16px;
    color: #353535;
}

body{
    background-color: #fefefe;
    margin: 0;
}

a {
    color: #353535;
    transition-duration: 0.5s;
}
        
a:hover {
    text-decoration: none;
    color: #9cbec8; 
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.nopadding{
    padding: 0 important!;
    margin: 0 important!;
}

.shadow{
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35) 
}

#box-1{
    transition: top 0.5s;
    background-color: #fefefe;
    z-index: 3;
    width: 100%;
}

/*
@media only screen and (max-width 900px) {
    #box-1{
        position: absolute !important;
        top: 0 !important;
    }
}
*/

#logo{
    vertical-align: top; 
    margin: 0px 12px 0px 12px
}

#headerbox{
    display: inline-block;
    padding-top: 12px;
    width: 100%
}

#headerbox2{
    display: inline-block;
    margin-top: 12px;
}


@media only screen and (max-width: 799px) {
    #headerbox3{
        display: inline-block;
        float: right;
        text-align: right;
        margin-right: 12px;
        font-family: Cabin;
        line-height: 1.25 !important;
        margin-top: 5px;
        font-size: 14px;
        display: none;
    }
}
@media only screen and (min-width: 800px) {
    #headerbox3{
        display: inline-block;
        float: right;
        text-align: right;
        margin-right: 12px;
        font-family: Cabin;
        line-height: 1.25 !important;
        margin-top: 5px;
        font-size: 14px;
    }
}


#box-2{
    background-image: url("../images/womanatocean3.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; 

    /*
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    
    background-attachment: fixed;
    */
    
    /*padding-top: 284.64%;
        background-size: contain*/
}

.schedule{
    padding: 24px 0px;
}


#box-2-2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 250px;
    margin-top: -20px;
}

#box-content{
    padding: 54px 0px 54px 0px;
    margin-top: 54x;
    margin-bottom: 54px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.navbar {
    width: 100%;
    margin: auto auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background-color: #9cbec8;
    font-family: Raleway;
    text-decoration: none;
    line-height: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar a {
    color: #353535;
    text-decoration: none;
    padding: 12px 24px 12px 24px;
    transition-duration: 0.7s;
}

.navbar a:hover{
    background-color: #80a5b5;
    transition-duration: 0.7s;
}

.dropdown{
    padding: 12px 24px 12px 24px;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}

.dropbtn{
    color: #353535;
    text-decoration: none;
    transition-duration: 0.7s;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 16px;
    background-color: #9cbec8;
    min-width: 200px; 
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #9cbec8;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #80a5b5;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



.mobile-menu{
    display: none;
}




#spacerectangle{
    height: 500px;
}

#scheduleappointment{
    font-family: Raleway;
    font-size: 36px;
    text-align: center;
}

.schedulebutton{
    padding: 12px 24px;
    border: 2px solid #252525;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer; 
    margin: 12px 12px 0px 12px;
    width: 130px;
    transition-duration: 0.4s;
}

.schedulebutton:hover{
    background-color: #fefefe;
    color: #353535;
    border: 2px solid #fefefe;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.menubuttons{
    font-family: Cabin;
    font-size: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    width: 300px;
    transition-duration: 0.4s;
    background-color: #9cbec8;
    margin: 24px auto 24px auto;
    display: block;
}

.menubuttons:hover{
    font-family: Cabin;
    font-size: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    width: 400px;
    transition-duration: 0.4s;
    background-color: #ffffff;
    margin: 24px auto 24px auto;
    display: block;
}

.expertise{
    font-size: 54px;
    font-family: Raleway;
    font-weight: normal;
    line-height: 1;
    padding-top: 96px;
    padding-bottom: 48px;
    margin: 0;
    text-align: center;
}


#statement{
    font-size: 24px;
    font-family: Cabin;
    line-height: 1.5;
    text-align: justify;
}

.expertiseimages{
    text-align: center;
    width: 90%;
    transition-duration: 0.4s;
    max-width: 200px;
}

.expertiseimages:hover{
    width: 100%;
}

.expertisetext{
    text-align: center;
    font-family: Cabin;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 24px;
}

#specialexpertise1{
    font-family: Cabin;
    font-size: 16px;
    padding-bottom: 24px;
    margin: 0 auto;
    text-align: center;
}

#specialexpertise1 h{
    margin: 0px auto 0px auto;
    font-size: 24px;
    font-family: Cabin;
    line-height: 1;
}

#specialexpertise1 p{
    text-align: left;
    font-size: 16px;
    font-family: Cabin;
    line-height: 1.5;
}

#specialexpertise2{
    font-family: Cabin;
    font-size: 16px;
    padding-bottom: 24px;
    margin: 0 auto;
    text-align: center;
}

#specialexpertise2 h{
    margin: 0px auto 0px auto;
    font-size: 24px;
    font-family: Cabin;
    line-height: 1;
}

#specialexpertise2 p{
    text-align: left;
    font-size: 16px;
    font-family: Cabin;
    line-height: 1.5;
}

#ourspecialists{
    font-size: 54px;
    font-family: Raleway
}

#box-3{
    background-image: url("../images/doctor-supplies.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

.specialistbox{
    margin: 48px 0px 48px 0px;
    background: rgba(245,245,245,0.93);
    width: 100%;
}

.specialistimage{
    width: 100%;
    margin: 24px auto;
    max-width: 250px;
}

.specialistname{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    display:inline-block;
    line-height: 1;
    padding-top: 24px;
}

.specialisttitle{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px; 
    display: inline-block;
    margin-left: 12px;
    line-height: 1;
}

.specialistdescription{
    font-family: Cabin;
    font-size: 16px;
    line-height: 1.5;
}


#box-4{
    padding-top: 144px;
    padding-bottom: 144px;
    width: 100%;
    text-align: center;
}

#podcastimg{
    width: 100%;
    max-width: 500px;
}

#brainimage{
    height: 36px; 
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 6px;
}

#podcasttitle{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
}

#podcastdef{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 0px;
}

#podcastdescription{
    font-family: Cabin;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

#podcastbutton{
    padding: 12px 24px;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
    background-color:#008CC3;
    color: #FFFFFF;
    border: 2px solid #008CC3;
}

#podcastbutton:hover{
    background-color:#FFDC00;
    color: #353535;
    border: 2px solid #FFDC00;
}



#bookimg{
    width: 100%;
    max-width: 500px;
}

#booktitle{
    font-family: Raleway;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    font-weight: normal;
}

#bookdef{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 0px;
}

#bookdescription{
    font-family: Cabin;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

#bookbutton{
    padding: 12px 24px;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
    background-color:#008CC3;
    color: #FFFFFF;
    border: 2px solid #008CC3;
}

#bookbutton:hover{
    background-color:#FFDC00;
    color: #353535;
    border: 2px solid #FFDC00;
}



#box-5{
    background-image: url("../images/nurse-helping.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    padding: 72px 0px 48px 0px;
    text-align: center;
}

#testimonybox{
    width: 95%;
    margin: 0px auto 0px auto;
    background: rgba(245,245,245,0.93);
}

.reviewrating{
    font-family: Raleway; 
    font-size: 36px;
    line-height: 1;
    padding-bottom: 12px;
}

.reviewplace{
    font-family: Raleway;
    font-size: 24px;
    line-height: 1;
}

#testimoniallabel{
    font-size: 36px;
    font-family: Raleway;
    line-height: 1;
    padding: 48px 0px 36px 0px;
}

#testimonials{
    width: 90%;
    margin: 0px auto;
    font-size: 24px;
    font-family: Cabin;
    padding: 24px 0px 24px 0px;
    line-height: 1.5;
}

#box-6{
    background-color: #fefefe;
    padding-top: 144px;
    padding-bottom: 144px;
    width: 100%;
    text-align: center;
}

#box-7{
    background-image: url("../images/medical-tools.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 72px 0px 48px 0px;
    text-align: center;
}

.footerheader{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.footercontent{
    font-family: Cabin;
    font-size: 16px;
}

#box-8{
    padding: 24px 0px 24px 0px;
    background-color: #353535;
    color: #9c9c9c;
    text-align: center;
    font-family: cabin;
}
#box-content {
    
}

.notification {
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: left;
}

.notification h2 {
    color: red;
    font-size: 36px;
    font-family: Raleway;
    margin-bottom: 16px;
}

.notification p {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
    font-family: Cabin;
}

.notification ul {
    font-size: 18px;
}
